home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / GAMES_1 / 1LTREAS.ZIP / TREASURE.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-01-11  |  958 b   |  67 lines

  1. echo off
  2. :start                    
  3. l-trea
  4. ask                       What is your desire [1-3]: @1234567Q
  5. IF ERRORLEVEL 8 GOTO Q
  6. IF ERRORLEVEL 7 GOTO 7
  7. IF ERRORLEVEL 6 GOTO 6
  8. IF ERRORLEVEL 5 GOTO 5
  9. IF ERRORLEVEL 4 GOTO 4
  10. IF ERRORLEVEL 3 GOTO 3
  11. IF ERRORLEVEL 2 GOTO 2
  12. IF ERRORLEVEL 1 GOTO 1
  13. :5
  14. cls
  15. cd\treasure\zzt
  16. cls
  17. echo                        * Summoning ZZT *
  18. zzt
  19. pause
  20. cls
  21. type \treasure\register.ans
  22. pause
  23. cls
  24. cd\treasure
  25. goto end 
  26. :6
  27. cls
  28. cd\treasure\superzzt
  29. cls
  30. echo                        * Summoning Super ZZT *
  31. superz
  32. pause 
  33. cls
  34. type \treasure\register.ans
  35. pause
  36. cls
  37. cd\treasure
  38. goto end
  39. :4
  40. cls
  41. type trouble.txt|more
  42. pause
  43. cls
  44. goto start
  45. :3
  46. cls
  47. type tdr-form.doc|more
  48. pause
  49. cls
  50. goto start
  51. :2
  52. cls
  53. type controls.doc|more
  54. pause
  55. cls
  56. goto start
  57. :1
  58. cls
  59. type treasure.doc|more               
  60. pause
  61. cls
  62. goto start
  63. :q
  64. goto end
  65. :end
  66. echo                        * Returning Control to _DOS_ *
  67.